All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sjl.wrappers.PredGreaterEqualFloat
PredGreaterEqualFloat
is a predicate object designed for
comparing objects of type Float
for relative ordering using
the >= operator.
Copyright © 1996 Finn Bock
Float
and compare the
return values from the floatValue()
method using
the >=
operator.
public PredGreaterEqualFloat()
public boolean compare(Object o1, Object o2)
Float
and compare the
return values from the floatValue()
method using
the >=
operator.
All Packages Class Hierarchy This Package Previous Next Index